home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / MacDOS 1.0.1 / MacDOS™ 1.0.1 / MacDOS™ 1.0.1.rsrc / TEXT_130_CALL.txt < prev    next >
Encoding:
Text File  |  1993-10-23  |  601 b   |  13 lines

  1. While in batch, executes a program and returns to the next line of
  2. the original program.
  3.  
  4. CALL file [param]
  5.  
  6.   file    is a filename, possibly preceded by a volume and path spec.
  7.           If file is of type 'TEXT', MacDOS executes is as a batch program.
  8.           If file identifies an application, MacDOS launches it. If file
  9.           identifies a document, MacDOS launches the corresponding
  10.           application and passes to it the document.
  11.   param   are passed to the program being called if it is a batch. If file
  12.           identifies an application, MacDOS passes the first parameter to it.
  13.